About the NavigationExtender Demo

This simple example shows how to use the DBWebNavigationExtender control to allow regular Asp buttons to work as Navigation controllers for DDWeb Controls. The DBWebNavigationExtender implements IExtenderProvider, and as a result, when it is placed on a WebForm, buttons have 3 additional properties:
  1. The DataSource (an implementer of IDBDataSource such as a DBWebDataSource or an EcoDataSource.
  2. The TableName (the name of the table or Eco Handle).
  3. The DataSourceAction property: what you want the button to do (e.g. MoveNext, MoveFirst, Cancel, etc.).

Setup Information

Running the Demo

  1. Start the IDE.
  2. Open this project.
  3. Complete the steps from the Setup Informationsection above.
  4. Compile the Applicaton (Project Menu, Compile all projects).
  5. Run the application with debugging (F9) or without debugging (Shift+Ctrl+F9)